home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
d
/
devpak
/
devpakv3.01kickstartv1.3b.dms
/
devpakv3.01kickstartv1.3b.adf
/
arp
/
prodocs
/
CreatePort
< prev
next >
Wrap
Text File
|
1991-11-20
|
997b
|
67 lines
CreatePort(31.0) ARP Programmers Manual CreatePort(31.0)
NAME
CreatePort - Create a message port.
SYNOPSIS
msgport = CreatePort("Name", priority)
d0 A0, D0 (0:8)
FUNCTION
Creates a message port with the given name and priority.
This function is equivalent to that in amiga.lib, but is
reentrant, and may be called by assembly code.
INPUTS
Name - pointer to a null terminated character string, or
NULL. If NULL, this function will not attach the
port to the system msgport list (it will be private
to the caller).
priority - the priority of this msgport (-128..127).
RESULT
msgport - Pointer to an initialized message port, or NULL,
if port could not be allocated. If Name was non-
null, then the port will have been added to the
system's msgport list.
BUGS
None known.
SEE ALSO
DeletePort
AUTHOR
SDB
Page 1 (printed 2/22/88)